ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As ObservableKeyValuePair(Of TKey,TValue)
    public ObservableKeyValuePair<TKey,TValue> Item( 
       System.int index
    ) {get; set;}

    Parameters

    index
    See Also